Class NumberPoolImpl

All Implemented Interfaces:
IPCObject, NumberPool, Pool

public class NumberPoolImpl extends PoolImpl implements NumberPool
Information provided by the PKI file:

    \class NumberPool
    
    \brief NumberPool contains pools of numbers for activities.
    
    \example appWindow().getActiveFile().getVariableManager().getNumberPoolAt(0)
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getStart

      public int getStart()
      Information provided by the PKI file:
      
          \brief Returns the starting number in the range.
          
          \return int, the starting number in the range.
          
              
      Specified by:
      getStart in interface NumberPool
      Returns:
      int Returns a int
    • getEnd

      public int getEnd()
      Information provided by the PKI file:
      
          \brief Returns the ending number in the range.
          
          \return int, the ending number in the range.
          
              
      Specified by:
      getEnd in interface NumberPool
      Returns:
      int Returns a int